-
Original example code is: @ag.args( lr=ag.space.Real(1e-3, 1e-2, log=True), wd=ag.space.Real(1e-3, 1e-2), epochs=10) def train_fn(args, reporter): print(‘lr: {}, wd: {}’.format(args.lr, args.wd)) for …
- 353 views
- 0 answers
- 0 votes
-
mxnet 1.6.0 core dumps when I try the following program from mxnet import np, autograd x = np.arange(4.0) x.attach_grad() print(x.grad) …
- 377 views
- 1 answers
- 0 votes
-
I have built a docker container on my ubuntu machine (Ubuntu 20.04) and I am now trying to get it …
- 437 views
- 0 answers
- 0 votes